The model saved via **Export** does not benefit from the final learning, which is applied only at the very end of the training.

To apply only the final learning step to the chosen model in the checkpoint:

* Right click on the current model in the **Project** section of the GUI and choose to **Clone** it

* Change **Advanced Settings** for this cloned model:

  * **Start build from checkpoint: Address**: path to the checkpoint file of the initial model
  * **Start build from checkpoint: Start build from model number**: choose the model among saved in the checkpoint
  * **Freeze structure**: True

* Start **Build**
 
